aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user/[user]/badges
Commit message (Expand)AuthorAgeFilesLines
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-3/+3
* fix: Add null guards and improve error messaging for user lookupsFuwn2026-01-232-5/+22
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-19/+19
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-17/+18
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-17/+17
* format: Apply Prettier formattingFuwn2025-12-151-18/+20
* feat(badges): Add a no-load query parameterFuwn2025-09-061-8/+15
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-17/+17
* feat: Move remaining localStorage usages to localforageFuwn2025-06-121-3/+4
* fix(badges): Ignore empty user-set timeFuwn2025-05-041-1/+1
* fix(badges): Properly set badge time when mutatingFuwn2025-05-021-1/+1
* chore(prettier): use spaces instead of tabsFuwn2024-10-092-1047/+1047
* fix(graphql): wait for database update on badge mutationFuwn2024-10-071-1/+0
* fix(badges): fix field clearing regressionFuwn2024-10-071-0/+2
* chore(badges): remove old commentsFuwn2024-10-061-40/+0
* feat(badges): use locally cached identityFuwn2024-10-061-327/+301
* feat(badges): return user for badge mutationsFuwn2024-10-062-40/+62
* feat(badges): use preferences graphql apiFuwn2024-10-063-43/+55
* feat(badges): move badge operations to graphqlFuwn2024-10-064-400/+495
* refactor(Data): rename database referencesFuwn2024-08-241-2/+2
* refactor(Database): move Supabase user modules to User moduleFuwn2024-07-251-6/+6
* refactor(Database): separate providersFuwn2024-07-251-2/+2
* feat(BadgePreview): move seek buttons to preview panelFuwn2024-06-141-22/+4
* feat(badges): overseer wordingFuwn2024-06-131-5/+6
* fix(match): delayed and subtitled time compatibilityFuwn2024-05-241-4/+4
* fix(badges): shadow hide refreshFuwn2024-05-211-1/+1
* feat(badges): display number of shadow hiddenFuwn2024-05-211-2/+4
* fix(badges): use correct id when hidingFuwn2024-05-211-1/+1
* feat(badges): individual badges shadow hidingFuwn2024-05-201-0/+24
* fix(badges): null check preferencesFuwn2024-05-201-3/+6
* feat(badges): move admin panel into owner panelFuwn2024-05-151-198/+203
* feat(badges): allow dismiss noticeFuwn2024-05-151-1/+14
* refactor(badges): move badges display to componentFuwn2024-05-131-98/+11
* refactor(badges): move awc to componentFuwn2024-05-131-104/+3
* fix(badges): maintain pinned category orderFuwn2024-05-051-6/+7
* feat(badges): pinned categoriesFuwn2024-05-041-0/+10
* feat(BadgePreview): navigate using badge sideFuwn2024-05-021-1/+5
* feat(badges): dropdown designersFuwn2024-05-011-10/+43
* feat(badges): sort by time after groupingFuwn2024-04-301-1/+5
* feat(badges): allow awc badges hidingFuwn2024-04-281-33/+35
* fix(badges): awc badge tooltipFuwn2024-04-241-21/+13
* fix(badges): fix dropdown z-indexFuwn2024-04-221-1/+0
* feat(badges): use static y for tooltipFuwn2024-04-221-48/+50
* refactor(lib): move componenets to modulesFuwn2024-04-211-4/+4
* feat(badges): conditional spacing for navigationFuwn2024-04-211-1/+7
* fix(badges): relative absolute tooltip positionFuwn2024-04-211-0/+1
* feat(User): move BadgeWall to User moduleFuwn2024-04-201-1/+1
* feat(badges): previous and next button for previewFuwn2024-04-201-4/+63
* feat(badges): change wording for shadow noticeFuwn2024-04-191-3/+3
* feat(badges): allow authorised to see hidden badgesFuwn2024-04-191-1/+1